home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / hdd4.scn < prev    next >
Encoding:
Text File  |  2005-01-19  |  3.6 KB  |  64 lines

  1. #
  2. # Hard Disk Tools #4
  3. #
  4. hdd4_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 4/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Device Management                                                    "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[brightgrey on cyan]
  20. print " -- IBM/Hitachi --                      -- Seagate --                           "
  21. set textColor = color[white on cyan]
  22. print " [F1] Feature Tool V1.96                [F2] UATA100 V3.06                      "
  23. print "                                                                                "
  24. set textColor = color[brightgrey on cyan]
  25. print " -- Maxtor --                           -- Western Digital --                   "
  26. set textColor = color[white on cyan]
  27. print " [F3] AMSET V4.00                       [F5] Ultra ATA Manager (June, 2003)     "
  28. print " [F4] MAXLLF V1.1                                                               "
  29. print "                                                                                "
  30. set textColor = color[brightgrey on cyan]
  31. print " -- Others --                                                                   "
  32. set textColor = color[white on cyan]
  33. print " [F6] ATA Password Tool V1.1                                                    "
  34. print " [F7] SMARTUDM V2.00                                                            "
  35. print " [F8] ATAINF V1.3                                                               "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[blue on cyan]
  40. print " >>> Press [Space] for more harddisk tools ...                                  "
  41. set textColor = color[white on cyan]
  42. print "                                                                                "
  43. set textColor = color[white on blue]
  44. print "             Please select an item (ESC to return to previous menu)             "
  45. set textColor = color[white on black]
  46.  
  47. #
  48. # Actions
  49. #
  50. getkey 500 script boothdd0.scn
  51. clear
  52. if ($lastKey == key[f1]); then memdisk \images\ibmft.igz
  53. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\uata100\startup.bat
  54. if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\amset\startup.bat
  55. if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\maxllf\startup.bat
  56. if ($lastKey == key[f5]); then memdisk \images\dlgudma.igz
  57. if ($lastKey == key[f6]); then bcdw \images\freedos.img \dosapps\atapwd\startup.bat
  58. if ($lastKey == key[f7]); then bcdw \images\freedos.img \dosapps\smartudm\startup.bat
  59. if ($lastKey == key[f8]); then bcdw \images\freedos.img \dosapps\atainf\startup.bat
  60. if ($lastKey == key[space]); then script hdd5.scn
  61. if ($lastKey == key[esc]); then script hdd3.scn
  62. goto hdd4_menu
  63.  
  64.